scale: Fix css node ordering and expected results
authorTimm Bäder <mail@baedert.org>
Mon, 22 May 2017 12:15:39 +0000 (14:15 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 20 Jul 2017 01:27:13 +0000 (21:27 -0400)
commit3babd184c03d67bc67d81070b60549e48fbb0d3e
treefb767c14d4198d94a7bf6b08567630f60a98c932
parent121cf9c78c34b87eee9ab3e5a662703db65f3a1f
scale: Fix css node ordering and expected results

Add :dir(ltr) where expected, i.e. everywhere we now have a widget but
had a gadget before.
Also, fix the expected output to expect mark subnodes in the order
specified in the GtkScale does, i.e.

├── mark
    ├── [label]
    ╰── indicator

for marks at the top of the scale and

├── mark
    ├── indicator
    ╰── [label]

For marks at the bottom of the scale.
gtk/gtkscale.c
testsuite/css/nodes/scale.nodes